Re-enable tools support for live migration on PAE.
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Thu, 24 Nov 2005 15:32:38 +0000 (16:32 +0100)
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Thu, 24 Nov 2005 15:32:38 +0000 (16:32 +0100)
Signed-off-by: Steven Hand <steven@xensource.com>
tools/libxc/xc_linux_save.c

index 0cced84152630af6888ca5bf558408c1b3af9fdd..af2aec1fb1fd950c54cd9a177c25a34a80e193f8 100644 (file)
@@ -727,8 +727,8 @@ int xc_linux_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters,
 
     /* Domain is still running at this point */
 
-    if (live && (pt_levels != 2)) {
-        ERR("Live migration supported only for 32-bit non-pae");
+    if (live && (pt_levels == 4)) {
+        ERR("Live migration not supported for 64-bit guests");
         live = 0;
     }